From 43681b542062fa8cae309fbea2ec4a627f62d107 Mon Sep 17 00:00:00 2001 From: Liu Yu Date: Wed, 16 Jul 2025 16:23:47 +0900 Subject: [PATCH] bind: bump to 9.20.10 New notify-defer configuration option Removed dependency on libsystemd Fixed zone deletion issue (GL #5291) Fixed zone refresh bug (GL #5307) reset PKG_RELEASE to 1 Signed-off-by: Liu Yu Co-authored-by: Josef Schlehofer --- net/bind/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/bind/Makefile b/net/bind/Makefile index f1c56fcd57..3acd4ebce5 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind -PKG_VERSION:=9.20.9 -PKG_RELEASE:=3 +PKG_VERSION:=9.20.10 +PKG_RELEASE:=1 USERID:=bind=57:bind=57 PKG_MAINTAINER:=Noah Meyerhans @@ -22,7 +22,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:= \ https://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION) \ https://ftp.isc.org/isc/bind9/$(PKG_VERSION) -PKG_HASH:=3d26900ed9c9a859073ffea9b97e292c1248dad18279b17b05fcb23c3091f86d +PKG_HASH:=0fb3ba2c337bb488ca68f5df296c435cd255058fb63d0822e91db0235c905716 PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=aclocal.m4 libtool.m4 -- 2.30.2